projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a4e46
)
(display-startup-echo-area-message): Make sure
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 11:37:51 +0000
(11:37 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 26 Jan 2001 11:37:51 +0000
(11:37 +0000)
the echo area is resized to fit the size of the startup
message.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index d11b9945b0f4e6fa226f7851ce9222f218dd87e3..65ceb28d22bb7267e68f9d02d4ab26dd42706860 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1207,7
+1207,8
@@
where FACE is a valid face specification, as it can be used with
(defun display-startup-echo-area-message ()
- (message (startup-echo-area-message)))
+ (let ((resize-mini-windows t))
+ (message (startup-echo-area-message))))
(defun command-line-1 (command-line-args-left)